home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ptslnln.6 < prev    next >
Text File  |  1996-07-16  |  476b  |  19 lines

  1. .TH PTSLNLN
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. PTSLNLN
  5.  
  6.  
  7.  
  8.  VectorType PTSLNLN( PointType Line1Orig, VectorType Line1Ray,
  9.                      PointType Line2Orig, VectorType Line2Ray )
  10.  
  11. Computes the closest two points on the two lines defined by point
  12. LineiOrig and ray LineiRay. See also DSTLNLN.  Returned
  13. is a list object with the two points.
  14.  
  15. Example:
  16.  
  17.  ClosestPts = PtsLnLn( point( 1, 0, 0 ), vector( 0, 1, 0 ),
  18.                        point( 0, 1, 0 ), vector( 1, 0, 0 ) );
  19.